home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / lib / c / sync / Sync_WaitTime.man < prev    next >
Text File  |  1988-12-30  |  713b  |  28 lines

  1. ' $Header: /sprite/src/lib/c/sync/RCS/Sync_WaitTime.man,v 1.1 88/12/30 16:08:18 ouster Exp $ SPRITE (Berkeley)
  2. .so \*(]ltmac.sprite
  3. .HS Sync_WaitTime lib
  4. .BS
  5. .SH NAME
  6. Sync_WaitTime \- sleep for a specified amount of time
  7. .SH SYNOPSIS
  8. .nf
  9. \fB#include <time.h>\fR
  10. .sp .5
  11. Boolean
  12. \fBSync_WaitTime\fR(\fItime\fP)
  13. .SH ARGUMENTS
  14. .AP Time time in
  15. The amount of time to sleep.
  16. .BE
  17. .SH DESCRIPTION
  18. .PP
  19. \fBSync_WaitTime\fR causes the process to sleep for a specified amount of time.
  20. The call will return FALSE when the process is woken up because the
  21. time expired.
  22. The call returns TRUE if the process was woken up prematurely because
  23. of the arrival of a signal.
  24. .SH SEE ALSO
  25. Sync
  26. .SH KEYWORDS
  27. wait, block, process, wakeup
  28.